/* 	BAN-PLUGIN V2
	WRITTEN BY: Sir Drink a lot
	visit: www.adminmod.de
	
	DESCRIPTION: 	banned player are written to userban.cfg. This cfg can be executed in server.cfg
			It has additional information, who has banned the player and when he was banned.
			
	COMMANDS:	admin_ban <Playername> <bantime> <reason>
			admin_bansearch <Some Data>
			admin_banlist <LineNr>
			admin_bandelete <LineNr>
			
	HISTORY:
	08.06.03:	- admin_ban <wonid> <bantime> <reason>, when player is not online!
			- filesize bug removed.
	21.12.02:	- Bug found by Black Knight. filesize() is not correct.
			- ristrict display to 98 characters to avoid AMX Error 10
	27.10.02:	- new code structure
	
			- admin_bansearch <Playername OR WONID>
			  This feature allows you to search for a player which is banned.
			  The linenumber can be used for unbanning the player.
			  
			- admin_banlist <LineNr>
			  This feature allows you to toggle through your userban.cfg and
			  the linenumber can be used for unbanning the player.
			  
			- admin_bandelete <LineNr>
			  You have to find out the linenumber in userban.cfg first. Use admin_findban
			  or admin_showban 
	14.07.02:	- admin_ban <playername> <bantime> <reason>	

CFG-Files:
-----------
in die admins.cfg kommen alle admins mit wonid.

Schema:

12345:Sir Drink a lot

in der userban.cfg stehen dann alle bans drin mit Beschreibungen. 
Benutze exec addons/adminmod/config/sdalban/userban.cfg in Deiner (listen)server.cfg, damit diese auch
ausgefhrt wird und die permanenten Bans auch eingelesen werden.